@charset "utf-8";
/* CSS Document */
/*通用*/
/*外边距*/
.mt-0 {
  margin-top: 0;
}
.mt-5 {
  margin-top: 5px;
}
.mt-10 {
  margin-top: 10px;
}
.mt-15 {
  margin-top: 15px;
}
.mt-20 {
  margin-top: 20px;
}
.mt-25 {
  margin-top: 25px;
}
.mt-30 {
  margin-top: 30px;
}
.mt-35 {
  margin-top: 35px;
}
.mt-40 {
  margin-top: 40px;
}
.mt-50 {
  margin-top: 50px;
}
.mb-0 {
  margin-bottom: 0;
}
.mb-5 {
  margin-bottom: 5px;
}
.mb-10 {
  margin-bottom: 10px;
}
.mb-15 {
  margin-bottom: 15px;
}
.mb-20 {
  margin-bottom: 20px;
}
.mb-30 {
  margin-bottom: 30px;
}
.mb-40 {
  margin-bottom: 40px;
}
.mb-50 {
  margin-bottom: 50px;
}
.ml-0 {
  margin-left: 0;
}
.ml-5 {
  margin-left: 5px;
}
.ml-10 {
  margin-left: 10px;
}
.ml-15 {
  margin-left: 15px;
}
.ml-20 {
  margin-left: 20px;
}
.ml-30 {
  margin-left: 30px;
}
.ml-40 {
  margin-left: 40px;
}
.ml-50 {
  margin-left: 50px;
}
.mr-0 {
  margin-right: 0;
}
.mr-10 {
  margin-right: 10px;
}
.mr-15 {
  margin-right: 15px;
}
.mr-20 {
  margin-right: 20px;
}
.mr-30 {
  margin-right: 30px;
}
.mr-40 {
  margin-right: 40px;
}
.mr-50 {
  margin-right: 50px;
}
/*内填充*/
.pt-0 {
  padding-top: 0;
}
.pt-5 {
  padding-top: 5px;
}
.pt-10 {
  padding-top: 10px;
}
.pt-20 {
  padding-top: 20px;
}
.pb-0 {
  padding-bottom: 0;
}
.pb-5 {
  padding-bottom: 5px;
}
.pb-10 {
  padding-bottom: 10px;
}
.pb-20 {
  padding-bottom: 20px;
}
.pl-0 {
  padding-left: 0;
}
.pl-5 {
  padding-left: 5px;
}
.pl-10 {
  padding-left: 10px;
}
.pl-20 {
  padding-left: 20px;
}
.pr-0 {
  padding-right: 0;
}
.pr-5 {
  padding-right: 5px;
}
.pr-10 {
  padding-right: 10px;
}
.pr-20 {
  padding-right: 20px;
}
.pd-0 {
  padding: 0;
}
.pd-5 {
  padding: 5px;
}
.pd-10 {
  padding: 10px;
}
.pd-15 {
  padding: 15px;
}
.pd-20 {
  padding: 20px;
}
.pd-30 {
  padding: 30px;
}
.pd-40 {
  padding: 40px;
}
/*文字+段落*/
.f-12 {
  font-size: 12px;
}
.f-13 {
  font-size: 13px;
}
.f-14 {
  font-size: 14px;
}
.f-16 {
  font-size: 16px;
}
.f-18 {
  font-size: 18px;
}
.f-20 {
  font-size: 20px;
}
.f-22 {
  font-size: 22px;
}
.f-24 {
  font-size: 24px;
}
.f-26 {
  font-size: 26px;
}
.f-28 {
  font-size: 28px;
}
.f-30 {
  font-size: 30px;
}
.f-yahei {
  font-family: "Microsoft YaHei", "微软雅黑";
}
.f-songti {
  font-family: "SimSun", "宋体";
}
.text-ind2em {
  text-indent: 2em;
}
.f-bold {
  font-weight: bold;
}
/*默认*/
a {
  color: #333;
  text-decoration: none;
  outline: none;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
a:hover,
a:active,
a:focus {
  color: #8a0019;
  text-decoration: none;
}
/*当前颜色 */
ol,
ul {
  list-style: none;
  padding-left: 0;
}
.text-ellipsis {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.bg-fff {
  background-color: #fff;
}
.form-control:focus {
  border-color: #0148a4;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(1, 72, 164, 0.6);
}
/*当前颜色 input框颜色*/
.form-control:focus::-moz-placeholder {
  color: #0148a4;
  opacity: 1;
}
.form-control:focus:-ms-input-placeholder {
  color: #0148a4;
}
.form-control:focus::-webkit-input-placeholder {
  color: #0148a4;
}
/*当前颜色 input框placeholder颜色*/
.pager-loose > li > a,
.pager-loose > li > span {
  margin-left: 5px;
  margin-bottom: 5px;
  border-radius: 4px;
}
/*分页*/
img {
  max-width: 100%;
}
img.fill {
  width: 100%;
  height: 100%;
}
img.lazy {
  background: url(../images/i/loading.gif) 50% no-repeat;
}
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  text-shadow: rgba(0, 0, 0, 0.15) 0 0 1px;
}
a.more {
  color: #999;
  font-size: 90%;
  font-weight: normal;
}
/*当前颜色 */
a.more:hover {
  font-weight: bold;
  color: #8a0019;
}
.row-8 {
  margin-right: -8px;
  margin-left: -8px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.row-8 .col-lg-1,
.row-8 .col-lg-10,
.row-8 .col-lg-11,
.row-8 .col-lg-12,
.row-8 .col-lg-2,
.row-8 .col-lg-3,
.row-8 .col-lg-4,
.row-8 .col-lg-5,
.row-8 .col-lg-6,
.row-8 .col-lg-7,
.row-8 .col-lg-8,
.row-8 .col-lg-9,
.row-8 .col-md-1,
.row-8 .col-md-10,
.row-8 .col-md-11,
.row-8 .col-md-12,
.row-8 .col-md-2,
.row-8 .col-md-3,
.row-8 .col-md-4,
.row-8 .col-md-5,
.row-8 .col-md-6,
.row-8 .col-md-7,
.row-8 .col-md-8,
.row-8 .col-md-9,
.row-8 .col-sm-1,
.row-8 .col-sm-10,
.row-8 .col-sm-11,
.row-8 .col-sm-12,
.row-8 .col-sm-2,
.row-8 .col-sm-3,
.row-8 .col-sm-4,
.row-8 .col-sm-5,
.row-8 .col-sm-6,
.row-8 .col-sm-7,
.row-8 .col-sm-8,
.row-8 .col-sm-9,
.row-8 .col-xs-1,
.row-8 .col-xs-10,
.row-8 .col-xs-11,
.row-8 .col-xs-12,
.row-8 .col-xs-2,
.row-8 .col-xs-3,
.row-8 .col-xs-4,
.row-8 .col-xs-5,
.row-8 .col-xs-6,
.row-8 .col-xs-7,
.row-8 .col-xs-8,
.row-8 .col-xs-9 {
  padding-right: 8px;
  padding-left: 8px;
}
/*居中宽度缩小*/
.row-4 {
  margin-right: -4px;
  margin-left: -4px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.row-4 .col-lg-1,
.row-4 .col-lg-10,
.row-4 .col-lg-11,
.row-4 .col-lg-12,
.row-4 .col-lg-2,
.row-4 .col-lg-3,
.row-4 .col-lg-4,
.row-4 .col-lg-5,
.row-4 .col-lg-6,
.row-4 .col-lg-7,
.row-4 .col-lg-8,
.row-4 .col-lg-9,
.row-4 .col-md-1,
.row-4 .col-md-10,
.row-4 .col-md-11,
.row-4 .col-md-12,
.row-4 .col-md-2,
.row-4 .col-md-3,
.row-4 .col-md-4,
.row-4 .col-md-5,
.row-4 .col-md-6,
.row-4 .col-md-7,
.row-4 .col-md-8,
.row-4 .col-md-9,
.row-4 .col-sm-1,
.row-4 .col-sm-10,
.row-4 .col-sm-11,
.row-4 .col-sm-12,
.row-4 .col-sm-2,
.row-4 .col-sm-3,
.row-4 .col-sm-4,
.row-4 .col-sm-5,
.row-4 .col-sm-6,
.row-4 .col-sm-7,
.row-4 .col-sm-8,
.row-4 .col-sm-9,
.row-4 .col-xs-1,
.row-4 .col-xs-10,
.row-4 .col-xs-11,
.row-4 .col-xs-12,
.row-4 .col-xs-2,
.row-4 .col-xs-3,
.row-4 .col-xs-4,
.row-4 .col-xs-5,
.row-4 .col-xs-6,
.row-4 .col-xs-7,
.row-4 .col-xs-8,
.row-4 .col-xs-9 {
  padding-right: 4px;
  padding-left: 4px;
}
/*居中宽度缩小*/
.row-1rem {
  margin-right: -1rem;
  margin-left: -1rem;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.row-1rem .col-lg-1,
.row-1rem .col-lg-10,
.row-1rem .col-lg-11,
.row-1rem .col-lg-12,
.row-1rem .col-lg-2,
.row-1rem .col-lg-3,
.row-1rem .col-lg-4,
.row-1rem .col-lg-5,
.row-1rem .col-lg-6,
.row-1rem .col-lg-7,
.row-1rem .col-lg-8,
.row-1rem .col-lg-9,
.row-1rem .col-md-1,
.row-1rem .col-md-10,
.row-1rem .col-md-11,
.row-1rem .col-md-12,
.row-1rem .col-md-2,
.row-1rem .col-md-3,
.row-1rem .col-md-4,
.row-1rem .col-md-5,
.row-1rem .col-md-6,
.row-1rem .col-md-7,
.row-1rem .col-md-8,
.row-1rem .col-md-9,
.row-1rem .col-sm-1,
.row-1rem .col-sm-10,
.row-1rem .col-sm-11,
.row-1rem .col-sm-12,
.row-1rem .col-sm-2,
.row-1rem .col-sm-3,
.row-1rem .col-sm-4,
.row-1rem .col-sm-5,
.row-1rem .col-sm-6,
.row-1rem .col-sm-7,
.row-1rem .col-sm-8,
.row-1rem .col-sm-9,
.row-1rem .col-xs-1,
.row-1rem .col-xs-10,
.row-1rem .col-xs-11,
.row-1rem .col-xs-12,
.row-1rem .col-xs-2,
.row-1rem .col-xs-3,
.row-1rem .col-xs-4,
.row-1rem .col-xs-5,
.row-1rem .col-xs-6,
.row-1rem .col-xs-7,
.row-0 .col-xs-8,
.row-0 .col-xs-9 {
  padding-right: 1rem;
  padding-left: 1rem;
}
/*居中宽度缩小*/
/*操作延迟*/
html {
  font-size: 18px !important;
}
body {
  font-size: 1rem;
}
body {
  overflow-x: hidden;
  font-family: "Lucida Grande", Helvetica, Arial, "Microsoft YaHei", FreeSans, Arimo, "Droid Sans", "wenquanyi micro hei", "Hiragino Sans GB", "Hiragino Sans GB W3", Roboto, Arial, sans-serif;
  width: 100%;
  /*background: url("../images/bg.jpg") 0px 0px repeat;*/
}
/*body {
  background: url(../images/i/home-bg.png) no-repeat right bottom;
  background-size: auto;
}*/
@media (max-width: 992px){
  body {
    background: none;
  }
}
/*头部*/
.header .top {
  background-color: #8a0019;
  color: #fff;
  font-size: .8rem;
  line-height: 2rem;
  overflow: hidden;
}
.header .top a {
  color: #fff;
  margin-right: .5rem;
}
.header .top a i {
  margin-right: .2rem;
}
.header .top a:hover {
  color: #8a0019;
}
.header .top .left {
  float: left;
}
.header .top .left a {
  color: #e4ff00;
}
.header .top .left a:hover {
  color: #8a0019;
}
.header .top .right {
  float: right;
}
.header .head .container{
  overflow: hidden;
  padding: 1rem 0 ;
  background: transparent url(../images/bg.png) no-repeat center top;
  background-size: cover;
}
.header .head .left {
  float: left;
  height: 60px;
}
.header .head .left img{height: 100%;}
.header .head .left a {
  color: #e4ff00;
}
.header .head .right {
  float: right;
  text-align: right;
  padding-top: 13px;
}
.header .head .right p {
  margin-bottom: .1rem;
  font-size: .9rem;
  color: #8a0019;
}
.searchform {
  border: 3px solid #0a355d;
  position: relative;
  overflow: hidden;
  width: 235px;
}
.searchform .kuang {
  width: 100%;
  border: none;
  padding: 0.2rem 0.4rem;
  font-size: .9rem;
  padding-right: 2.5rem;
}
.searchform .inputSub {
  position: absolute;
  right: 0;
  top: 0;
  border: none;
  background: #0a355d url(../images/i/searchform-bg.png) no-repeat center center;
  width: 2rem;
  height: 100%;
  cursor: pointer;
}
@media screen and (max-width: 991px) {
  .header {
    margin-top: 65px;
  }
  .header .head {
    display: none;
  }
}
/*导航*/
.header_nav {
  /*background: #8a0019  repeat center center;
  background-size: cover;*/
  z-index: 11;
  height: 50px;
  position: relative;
  /*-webkit-box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.3);*/
}
.header_nav .container {
  position: relative;
  background: url("../images/bg_nav.jpg") 0px 0px no-repeat;
  background-size: 100% 50px;
  padding: 0px;
}
.header_nav .container .navbar {
  padding: 0;
}
.header_nav .container .navbar .navbar-nav {
  width: 100%;
}
.header_nav .container .navbar .navbar-nav .nav-item .nav-link {
  color: #fff;
  height: 50px;
  line-height: 50px;
  padding: 0px .5rem;
  white-space: nowrap;
  position: relative;
  font-size: 16px;
}
.header_nav .container .navbar .navbar-nav .nav-item .nav-link:before {
  content: "|";
  position: absolute;
  right: 0;
}
.header_nav .container .navbar .navbar-nav .nav-item:last-child .nav-link:before {
  content: none;
}
.header_nav .container .navbar .navbar-nav .nav-item ul {
  background-color: #fff;
  border: 1px solid #dddddd;
  z-index: 2;
  position: relative;
}
.header_nav .container .navbar .navbar-nav .nav-item ul li {
  padding: 0 .3rem;
}
.header_nav .container .navbar .navbar-nav .nav-item ul li a {
  padding: .8rem 0rem;
  display: block;
  border-bottom: 1px solid #ddd;
  font-size: .8rem;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  max-width: 100px;
}
.header_nav .container .navbar .navbar-nav .nav-item ul li:hover a {
  color: #0a355d;
}
.header_nav .container .navbar .navbar-nav .nav-item:last-child ul {
  right: 0;
}
.header_nav .container .navbar-dark .navbar-nav .active > .nav-link,
.header_nav .container .navbar-dark .navbar-nav .nav-link.active,
.header_nav .container .navbar-dark .navbar-nav .nav-link.show,
.header_nav .container .navbar-dark .navbar-nav .show > .nav-link {
  background-color: #012039;
}
.header_nav .container .navbar-dark .navbar-nav .active > .nav-link:before,
.header_nav .container .navbar-dark .navbar-nav .nav-link.active:before,
.header_nav .container .navbar-dark .navbar-nav .nav-link.show:before,
.header_nav .container .navbar-dark .navbar-nav .show > .nav-link:before {
  content: none;
}
.header_nav .container .navbar-dark .navbar-nav .nav-link:focus,
.header_nav .container .navbar-dark .navbar-nav .nav-link:hover {
  background-color: #012039;
  color: #fff ;
}
.header_nav .container .navbar-dark .navbar-nav .nav-link:focus:before,
.header_nav .container .navbar-dark .navbar-nav .nav-link:hover:before {
  content: none;
}
@media screen and (max-width: 991px) {
  .header_nav {
    position: fixed;
    top: 0;
    z-index: 20;
    width: 100%;
    height: 65px;
  }
  .header_nav .container {
    max-width: none;
    background-size: 100% 100%;
  }
  .header_nav .container .navbar {
    padding: 0.5rem ;
  }
  .header_nav .container .navbar .navbar-toggler {
    z-index: 9;
    background-color: #013968;
    position: relative;
    right: 0px;
    border-color: rgba(255, 255, 255, 0.8);
  }
  .header_nav .container .navbar .navbar-toggler.collapsed {
    background-color: rgba(255, 255, 255, 0.4);
  }
  .header_nav .container .navbar .navbar-collapse {
    padding-top: 0;
    width: 100%;
    position: fixed;
    left: 0;
    top: 65px;
    padding-right: 80px;
    background-color: rgba(0, 0, 0, 0.2);
    height: 100%;
    overflow-y: scroll;
  }
  .header_nav .container .navbar .navbar-nav {
    background-color: #013968;
    margin: auto;
    min-height: 100%;
    overflow: hidden;
    overflow-y: scroll;
    padding-bottom: 100px;
  }
  .header_nav .container .navbar .navbar-nav .nav-item {
    flex-grow: inherit;
  }
  .header_nav .container .navbar .navbar-nav .nav-item > a.nav-link {
    border-bottom: 1px solid rgba(0, 0, 0, 0.075);
    position: relative;
  }
  .header_nav .container .navbar .navbar-nav .nav-item > a.nav-link:before {
    content: none;
  }
  .header_nav .container .navbar .navbar-nav .nav-item ul {
    position: relative;
    border: none;
    background: rgba(255, 255, 255, 0.9);
  }
  .header_nav .container .navbar .navbar-nav .nav-item ul li {
    float: none;
  }
  .header_nav .container .navbar .navbar-nav .nav-item ul li a {
    color: #333;
    padding: .5rem;
    max-width: none;
  }
  .header_nav .container .navbar .navbar-nav .btn-search {
    background-color: transparent;
    padding: .4rem 1rem;
  }
  .header_nav .container .navbar .navbar-nav .btn-search a.nav-link {
    display: none;
  }
  .header_nav .container .navbar .navbar-nav .btn-search .search {
    display: block;
    position: relative;
    border: none;
  }
  .header_nav .container .navbar .navbar-nav .btn-search .search:before {
    content: "";
  }
  .header_nav .container .navbar .navbar-nav .nav-item.active > .nav-link {
    background-color: #025AA1;
    color: #fff;
  }
  .header_nav .container .navbar .navbar-nav .mainlevel .nav-link:after {
    content: "\f107";
    display: inline-block;
    font: normal normal normal 20px/1 FontAwesome;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: absolute;
    right: 20px;
    top: 0;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
  }
  .header_nav .container .navbar .navbar-nav .mainlevel.active .nav-link:after {
    content: "\f106";
  }
  .header_nav .container .navbar-dark .navbar-nav .active > .nav-link,
  .header_nav .container .navbar-dark .navbar-nav .nav-link.active,
  .header_nav .container .navbar-dark .navbar-nav .nav-link.show,
  .header_nav .container .navbar-dark .navbar-nav .show > .nav-link {
    box-shadow: none;
  }
}
.banner-box {
  padding-bottom: 1.5rem ;
}
.banner-box .container{
  padding: 0px;
}
.banner-box .swiper1 {
  position: relative;
}
.banner-box .swiper1 .swiper-slide {
  position: relative;
  overflow: hidden;
}
.banner-box .swiper1 .swiper-slide .swiper-img{
  height: 283px;
  width: 100%;
}
.banner-box .swiper1 .swiper-slide a {
  display: block;
  width: 100%;
  position: relative;
  text-align: center;
}
.banner-box .swiper1 .swiper-pagination {
  left: 0%;
  bottom: 5px;
  width: 100%;
  text-align: center;
  z-index: 3;
}
.banner-box .swiper1 .swiper-pagination span {
  margin: auto 5px;
  background-color: transparent;
  border: 2px solid #fff;
  -webkit-transition-duration: 0.5s;
  -moz-transition-duration: 0.5s;
  -ms-transition-duration: 0.5s;
  transition-duration: 0.5s;
  opacity: .8;
  width: 20px;
  height: 12px;
  border-radius: 0;
  -webkit-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
}
.banner-box .swiper1 .swiper-pagination span.swiper-pagination-bullet-active {
  background-color: #026CB6;
  opacity: 1;
  border-color: rgba(255, 255, 255, 0.6);
}
@media screen and (max-width: 768px) {
  .banner-box .swiper1 .swiper-slide img {
    height: 140px;
  }
}
.banner-box .nav-list {
  padding-top: 1.5rem;
}
.banner-box .nav-list .left .box {
  overflow: hidden;
  background-color: #fff;
  -webkit-box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.1);
  height: 100px;
}
.banner-box .nav-list .left .title {
  font-size: 1.1rem;
  font-weight: bold;
  float: left;
  margin-bottom: auto;
  background-color: #8a0019;
  color: #fff;
  padding: 20px 30px;
  line-height: 30px;
  margin-right: .5rem;
}
.banner-box .nav-list .left .list {
  padding: 0px .5rem;
  height: 100px;
  margin: 0px;
  overflow: hidden;
}
.banner-box .nav-list .left .list li {
  position: relative;
  line-height: 1.4rem;
  font-size: .8rem;
}
.banner-box .nav-list .left .list li a {
  color: #333;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  display: block;
  padding-right: 3rem;
}
.banner-box .nav-list .left .list li a:hover {
  background-color: rgba(255, 255, 255, 0.3);
  color: #8a0019;
}
.banner-box .nav-list .left .list li span {
  position: absolute;
  right: 0;
  top: 0;
  color: #777;
}
.banner-box .nav-list .right .list {
  overflow: hidden;
  margin-bottom: auto;
  margin: auto -2%;
}
.banner-box .nav-list .right .list li {
  width: 21%;
  margin: auto 2%;
  float: left;
  text-align: center;
}
.banner-box .nav-list .right .list li a {
  background-color: #fff;
  height: 5rem;
  max-width: 5rem;
  width: 100%;
  -webkit-box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.1);
  border-radius: .3rem;
  display: inline-block;
  margin: 5px 0px;
}
.banner-box .nav-list .right .list li a i {
  width: 50px;
  height: 50px;
  display: block;
  margin: auto ;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  margin: .5rem auto .3rem;
}
.banner-box .nav-list .right .list li a span {
  display: block;
  font-size: .8rem;
}
.banner-box .nav-list .right .list li:hover a {
  color: #c50008;
}
.banner-box .nav-list .right .list li:hover a i {
  -webkit-transition: all 0.4s linear;
 -moz-transition: all 0.4s linear;
 -o-transition: all 0.4s linear;
 -ms-transition: all 0.4s linear;
 transition: all 0.4s linear;
 -webkit-animation: moveFromBottom 0.3s ease;
 -moz-animation: moveFromBottom 0.3s ease;
 -o-animation: moveFromBottom 0.3s ease;
 -ms-animation: moveFromBottom 0.3s ease;
 animation: moveFromBottom 0.3s ease;
}
.banner-box .nav-list .right .list li:nth-child(1) a i {
  background-image: url(../images/i/nav-icon1.png);
}
.banner-box .nav-list .right .list li:nth-child(2) a i {
  background-image: url(../images/i/nav-icon2.png);
}
.banner-box .nav-list .right .list li:nth-child(3) a i {
  background-image: url(../images/i/nav-icon3.png);
}
.banner-box .nav-list .right .list li:nth-child(4) a i {
  background-image: url(../images/i/nav-icon4.png);
}
/*.banner-box .nav-list .right .list li:nth-child(1):hover a i {
  background-image: url(../images/i/nav-icon5.png);
}
.banner-box .nav-list .right .list li:nth-child(2):hover a i {
  background-image: url(../images/i/nav-icon6.png);
}
.banner-box .nav-list .right .list li:nth-child(3):hover a i {
  background-image: url(../images/i/nav-icon7.png);
}
.banner-box .nav-list .right .list li:nth-child(4):hover a i {
  background-image: url(../images/i/nav-icon8.png);
}*/
@media screen and (max-width: 768px) {
  .banner-box .nav-list .left .box {
    margin-bottom: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .banner-box .nav-list .right .list li a {
    width: 4rem;
    height: 5rem;
  }
  .banner-box .nav-list .right .list li a i {
    width: 44px;
    height: 44px;
  }
}
.home-title {
  background: #354e0f;
  height: 40px;
  line-height: 40px;
  padding: 0px 25px;
  color: #fff;
}
.home-title span {
  display: inline-block;
  color: #fff;
  position: relative;
}
.home-title a.more {
  float: right;
  display: inline-block;
  line-height: 40px;
  font-size: 12px;
}
.home-title2 {
  border-bottom: 1px solid #e8e8e8;
  margin-bottom: auto;
  background-color: #8a0019;
}
.home-title2 span {
  display: inline-block;
  padding: .4rem 1rem;
  color: #fff;
}
.home-title2 a.more {
  color: #fff;
  float: right;
  display: inline-block;
  line-height: 2.3rem;
  font-size: .8rem;
  padding-right: 1rem;
}
.home-main-one .bg-fff {
  padding: 1rem;
}
.home-main-one .column-one {
  margin-bottom: 0.8rem;
}
.home-main-one .column-one .news-list {
  margin-bottom: auto;
}
.home-main-one .column-one .news-list li {
  position: relative;
  line-height: 2.6rem;
  border-bottom: 1px dashed #d9d9d9;
}
.home-main-one .column-one .news-list li a {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  display: block;
  padding-right: 40px;
  padding-left: 10px;
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAMAAAADCAYAAABWKLW/AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA2ppVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNS1jMDIxIDc5LjE1NDkxMSwgMjAxMy8xMC8yOS0xMTo0NzoxNiAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDo2MjFkZmUwMS01MTU0LTNiNDEtYjdkZi1kYzRiZjIzYjAzMTMiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6QzM1RUY3MDk4RTdFMTFFOTg0MTlEMjRCRjk3MDNCOEEiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6QzM1RUY3MDg4RTdFMTFFOTg0MTlEMjRCRjk3MDNCOEEiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDowNEY2RUFDMTBGRUIxMUU5OTZGQ0FDOEVCMUY5RkM0QyIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDowNEY2RUFDMjBGRUIxMUU5OTZGQ0FDOEVCMUY5RkM0QyIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Pgp5qkcAAAAnSURBVHjaYtzDIdzKwMCQB8STGIGcn0AGGxB/YQISPUD8FSQDEGAAkWcHPlrw1EIAAAAASUVORK5CYII=") no-repeat center left;
  font-size: 90%;
}
.home-main-one .column-one .news-list li span {
  position: absolute;
  right: 0;
  top: 0;
  font-size: 90%;
  color: #999;
}
.home-main-one .column-one .right .info {
  padding: 1rem;
  height: 14rem;
  overflow: hidden;
  background: #eee url(../images/i/news-right-bg.png) no-repeat right bottom;
  background-size: 300px;
}
.home-main-one .column-one .right .info img {
  float: left;
  width: 110px;
  height: 140px;
  margin-right: .7rem;
}
.home-main-one .column-one .right .info p {
  text-indent: 2rem;
  font-size: .8rem;
  margin-bottom: auto;
  line-height: 1.4rem;
}
.home-main-one .column-one .right .info a {
  float: right;
  font-size: .8rem;
}
.column-three {
  margin-bottom: 0.5rem;
}
.home-main-one .column-two .news-list {
  margin-bottom: auto;
}
.home-main-one .column-two .news-list li {
  position: relative;
  line-height: 2rem;
  border-bottom: 1px dashed #d9d9d9;
  font-size: .9rem;
}
.home-main-one .column-two .news-list li a {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  display: block;
  padding-right: 40px;
  padding-left: 10px;
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAMAAAADCAYAAABWKLW/AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA2ppVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNS1jMDIxIDc5LjE1NDkxMSwgMjAxMy8xMC8yOS0xMTo0NzoxNiAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDo2MjFkZmUwMS01MTU0LTNiNDEtYjdkZi1kYzRiZjIzYjAzMTMiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6QzM1RUY3MDk4RTdFMTFFOTg0MTlEMjRCRjk3MDNCOEEiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6QzM1RUY3MDg4RTdFMTFFOTg0MTlEMjRCRjk3MDNCOEEiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDowNEY2RUFDMTBGRUIxMUU5OTZGQ0FDOEVCMUY5RkM0QyIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDowNEY2RUFDMjBGRUIxMUU5OTZGQ0FDOEVCMUY5RkM0QyIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Pgp5qkcAAAAnSURBVHjaYtzDIdzKwMCQB8STGIGcn0AGGxB/YQISPUD8FSQDEGAAkWcHPlrw1EIAAAAASUVORK5CYII=") no-repeat center left;
  font-size: 16px;
  line-height: 47px;
}
.home-main-one .column-two .news-list li span {
  position: absolute;
  right: 0;
  top: 0;
  font-size: 90%;
  color: #999;
}
.home-main-one .column-two .right .info {
  padding: 1rem;
  height: 13rem;
  overflow: hidden;
  background: #eee url(../images/i/news-right-bg.png) no-repeat right bottom;
  background-size: 300px;
}
.home-main-one .column-two .right .info ul {
  text-align: center;
  padding-top: 1rem;
}
.home-main-one .column-two .right .info ul li {
  width: 46%;
  margin: auto 2%;
  float: left;
}
.home-main-one .column-two .right .info ul li img {
  width: 100%;
  height: 140px ;
  margin-bottom: .5rem;
}
.home-main-one .column-two .right .info ul li span {
  display: block;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.home-main-one .column-three .swiper3 {
  padding: 0 3rem;
  background-color: transparent;
}
.home-main-one .column-three .swiper3 .swiper-slide {
  height: 145px;
  text-align: center;
}
.home-main-one .column-three .swiper3 .swiper-slide a {
  border: none;
}
.home-main-one .column-three .swiper3 .swiper-slide .pic {
  height: 120px;
}
.home-main-one .column-three .swiper3 .swiper-slide span {
  display: block;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  padding: 0 .5rem;
  font-size: .9rem;
}
.news_top {
  overflow: hidden;
}
.news_top img {
  width: 120px;
  height: 90px;
  float: left;
  margin-right: 10px;
}
.news_top h5 {
  font-weight: bold;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  margin-top: auto;
  margin-bottom: 6px;
}
.news_top p {
  line-height: 20px;
  height: 60px;
  overflow: hidden;
  margin-bottom: auto;
  color: #999;
  font-size: 90%;
}
.news_top a:hover p {
  color: #6b4612;
}
.home-main-two {
  background-color: #f2f1ec;
}
.home-main-two ul.list {
  margin-bottom: auto;
  padding-bottom: 1rem;
}
@media screen and (max-width: 767px) {
  .home-main-one .column-one .news-list {
    margin-bottom: 1rem;
  }
}
.swiper2 {
  position: relative;
}
.swiper2 .swiper-slide {
  height: 220px;
}
.swiper2 .swiper-slide img {
  height: 220px;
  width: 100%;
}
.swiper2 .swiper-slide span {
  position: absolute;
  bottom: 0;
  left: 0;
  background: transparent url(../images/i/blank.png) repeat;
  line-height: 30px;
  height: 30px;
  color: #fff;
  padding: 0 5rem 0 .5rem;
  width: 100%;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  font-size: 80%;
}
.swiper2 .swiper-pagination {
  bottom: .2rem;
  right: .5rem;
}
.swiper2 .swiper-pagination span {
  margin: 0 .2rem;
  opacity: .8;
  border: 1px solid #666;
  background-color: #fff;
  border-radius: 0;
}
.swiper2 .swiper-pagination span.swiper-pagination-bullet-active {
  background-color: #fc114a;
  opacity: 1;
}
.swiper3 {
  position: relative;
  padding: 1rem  2rem;
  background-color: #ededed;
  margin: 0px auto;
}
.swiper3 .swiper-slide {
  width: 160px;
  text-align: center;
}
.swiper3 .swiper-slide a {
  display: block;
  border: 1px solid #ccc;
}
.swiper3 .swiper-slide .pic {
  width: 160px;
  height: 60px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  margin: auto;
}
.swiper3 .swiper-container-free-mode > .swiper-wrapper {
  -webkit-transition-timing-function: linear;
  /*之前是ease-out*/
  -moz-transition-timing-function: linear;
  -ms-transition-timing-function: linear;
  -o-transition-timing-function: linear;
  transition-timing-function: linear;
  margin: 0 auto;
}
.home-link {
  width: 100%;
  margin: 0 auto;
  padding: 25px 0px;
  border-top: 3px solid #c53708;
  color: #666;
  background-color: #e8e8e8;
}
.home-link .title {
  overflow: hidden;
  margin-bottom: auto;
}
.home-link .title span {
  font-size: 15px;
  font-weight: normal;
  cursor: pointer;
  float: left;
  line-height: 30px;
  font-weight: bold;
}
.home-link .title li {
  font-size: 15px;
  font-weight: normal;
  cursor: pointer;
  float: left;
  line-height: 30px;
  padding: 0 15px 0 33px;
  font-weight: bold;
  background: transparent url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAICAYAAADA+m62AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAHNJREFUeNpi3Lt370YGBgY/BvxgKxOQyAHiL3gUfQXibJDCx0Bch0dhAxA/ZIJyJgHxOSyKLgDxBBADpvAvEKdBaQYksXQg/oOsEATOAvEUJP40ID4F4zChWVUDxE+A+CmUDQcsaAq/QEMBZMAnZAmAAAMAsN0Y1cp+Ql0AAAAASUVORK5CYII=") no-repeat right;
}
.home-link .title li:hover {
  color: #8a0019;
}
.home-link .title li.active {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAICAYAAADA+m62AAAACXBIWXMAAAsTAAALEwEAmpwYAAAAHWlUWHRTb2Z0d2FyZQAAAAAAQWRvYmUgSW1hZ2VSZWFkeQatApcAAAB8SURBVBiVfc+7CQJREAXQs+zLFBsw2NxIDOzDNkRki9jcQA00tQILmBIM7cTUT7LC47E60czlMHCriFDMCi9c8zAVaII93gg8fsEO02xvh+AS6+ze4IJbDhNOqDNY49w/eH5hi3nZCgtssasiosEdowGoLzRLOP5BMMbhA/DGFYVS+noVAAAAAElFTkSuQmCC");
  color: #8a0019;
}
.home-link .link-cont ul {
  overflow: hidden;
  display: none;
  margin-bottom: auto;
  margin-top: 10px;
}
.home-link .link-cont ul li {
  line-height: 34px;
  height: 34px;
  float: left;
  text-align: center;
}
.home-link .link-cont ul li a {
  padding: 10px;
  font-size: 15px;
}
.home-link .link-cont ul li a:hover {
  color: #8a0019;
}
@media screen and (max-width: 767px) {
  .home-link .title span {
    display: block;
    width: 100%;
  }
}
.footer {
  background:url('../images/bg_foot.png') 0px 0px repeat-x;
  background-size: auto 100%;
  padding: 20px 0px 15px;
  font-size: 14px;
  text-align: center;
}
.footer .container {
  position: relative;
}
.footer select{height: 30px;}
.footer p {
  font-size: 14px;
  text-align: left;
  margin: 0px;
}
.footer a {
  color: #fff;
  font-weight: bold;
}
.footer a:hover {
  color: #ff7200;
}
.footer .blue {
  /*display: inline-block;*/
}
@media screen and (max-width: 767px) {
  .footer .blue {
    position: relative;
  }
}
.main-list {
  background-color: #f2f1ec;
  padding: 1rem 0;
}
.main-list .left {
  position: relative;
  top: ;
  z-index: 2;
}
.main-list .left h3 {
  background-color: #03579D;
  padding: 1rem;
  text-align: center;
  color: #fff;
  font-size: 1.4rem;
  margin-bottom: auto;
}
.main-list .left ul.column-box {
  padding-left: 1rem;
  background-color: #03579D;
  text-align: center;
}
.main-list .left ul.column-box li {
  background-color: #ece3e3;
  border-bottom: 1px solid #fff;
}
.main-list .left ul.column-box li a {
  padding: 1rem .5rem;
  display: block;
  padding-right: 2rem;
}
.main-list .left ul.column-box li.active {
  background-color: #fff;
}
.main-list .left ul.column-box li.active a {
  color: #8a0019;
  font-weight: bold;
  text-decoration: underline;
  background: transparent url(../images/i/column-box-bg.png) no-repeat 90% center;
}
.main-list .left ul.column-box li:last-child {
  border-bottom: none;
}
.main-list .right .title {
  border-bottom: 2px solid #bdbdbd;
  margin-bottom: 1rem;
  line-height: 2.4rem;
}
.main-list .right .title strong {
  font-size: 1.1rem;
}
.main-list .right .title .crumbs {
  float: right;
  margin: auto;
}
.main-list .right .title .crumbs .breadcrumb li {
  line-height: 2.4rem;
}
.main-list .right .list li {
  margin-bottom: 1rem;
  background-color: #fff;
  padding: 1rem;
}
.main-list .right .list li a i {
  width: 180px;
  height: 120px;
  float: left;
  margin-right: .5rem;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}
.main-list .right .list li a h5 {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  display: block;
  font-weight: normal;
  font-size: 1.3rem;
}
.main-list .right .list li a p {
  color: #777;
  font-size: .9rem;
  text-indent: 2rem;
  margin-bottom: .5rem;
  height: 2.5rem;
  overflow: hidden;
}
.main-list .right .list li a .time {
  text-align: right;
  display: block;
  color: #999;
}
.main-list .right .list li a:hover p {
  color: #8a0019;
}
@media screen and (max-width: 767px) {
  .main-list .left {
    top: auto;
    margin-bottom: 1rem;
  }
  .main-list .left h3:after {
    content: "\f0d7";
    font-family: "FontAwesome";
    margin-left: 10px;
  }
  .main-list .left h3.on:after {
    content: "\f0d8";
  }
  .main-list .left ul.column-box {
    display: none;
  }
  .main-list .right .list li a i {
    width: 100%;
    margin-bottom: 1rem;
    margin-right: auto;
    height: 200px;
    float: none;
    display: block;
  }
  .main-list .right .list li a h5 {
    white-space: normal;
    overflow: inherit;
  }
  .main-list .right .list li a p {
    height: auto;
  }
}
.details-news {
  padding: 20px 10px;
  background-color: #fff;
  margin-top: 1rem;
}
.details-news .title2 {
  text-align: center;
  margin: 10px auto 20px;
  color: #333;
}
.details-news .info {
  text-align: center;
  border-bottom: 1px solid #e8e8e8;
  padding-bottom: 25px;
  font-size: .8rem;
  color: #ff7200;
}
.swiper6 {
  height: 400px;
  max-width: 80%;
  margin: auto;
  width: 700px;
  margin: 20px auto;
}
.swiper6 .swiper-container {
  width: 100%;
  height: 300px;
  margin-left: auto;
  margin-right: auto;
}
.swiper6 .swiper-slide {
  background-size: cover;
  background-position: center;
}
.swiper6 .gallery-top {
  height: 80%;
  width: 100%;
}
.swiper6 .gallery-thumbs {
  height: 20%;
  box-sizing: border-box;
  padding: 10px 0;
}
.swiper6 .gallery-thumbs .swiper-slide {
  width: 25%;
  height: 100%;
  opacity: 0.4;
}
.swiper6 .gallery-thumbs .swiper-slide-active {
  opacity: 1;
}
.details-txt {
  width: 100%;
  color: #333;
  line-height: 2em;
  margin: 10px auto;
  padding: 0 20px;
}
.details-txt p {
  text-indent: 2em;
}
.details-txt img {
  margin: auto;
  display: block;
}
.details-btn {
  text-align: center;
  border-top: 1px dashed #ddd;
  border-bottom: 1px dashed #ddd;
  padding: 15px 0;
  width: 95%;
  margin: auto;
}
.wz-page {
  padding: 10px 0;
  width: 95%;
  margin: auto;
}
.wz-page .prev,
.wz-page .next {
  font-size: 90%;
}
.wz-page .prev a,
.wz-page .next a {
  color: #333;
}
.wz-page .prev a:hover,
.wz-page .next a:hover {
  color: #8a0019;
}
/*面包屑导航*/
.crumbs .breadcrumb {
  font-family: 'Microsoft YaHei';
  margin: auto;
  background-color: transparent;
  padding: 0;
}
.crumbs .breadcrumb li {
  color: #999;
  font-size: .8rem;
  line-height: 1.5rem;
}
.crumbs .breadcrumb li a {
  color: #666;
}
.crumbs .breadcrumb li a:hover {
  color: #8a0019;
}
.paging {
  margin: 20px auto;
}
.paging span.pull-left {
  width: 40%;
  margin: auto;
  line-height: 34px;
  font-size: 12px;
}
.paging ul {
  width: 60%;
  margin: auto;
}
@media (max-width: 991px) {
  .paging span.pull-left,
  .paging ul {
    width: auto;
  }
}
/*颜色*/
.paging .pagination > li > a,
.paging .pagination > li > span {
  color: #8a0019;
}
.paging .pagination > li > a:focus,
.paging .pagination > li > a:hover {
  border-color: #8a0019;
}
.paging .pagination > .active > a,
.paging .pagination > .active > a:focus,
.paging .pagination > .active > a:hover {
  background-color: #03579D;
  border-color: #03579D;
  color: #fff;
}
/*回到顶部 开始*/
p#back-to-top {
  position: fixed;
  right: 20px;
  bottom: 20px;
  display: none;
  margin-bottom: auto;
  z-index: 99999999;
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 4px;
}
p#back-to-top a {
  text-align: center;
  text-decoration: none;
  color: #d1d1d1;
  display: block;
  width: 38px;
  height: 38px;
  line-height: 38px;
  /*使用CSS3中的transition属性给跳转链接中的文字添加渐变效果*/
  -moz-transition: color 1s;
  -webkit-transition: color 1s;
  -o-transition: color 1s;
}
p#back-to-top a:hover {
  color: #979797;
}
@media (min-width: 1300px) {
  p#back-to-top {
    right: auto;
    left: 50%;
    margin-left: 600px;
  }
}
/*回到顶部 结束*/
.mailbox {
  padding: 20px;
  font-size: 14px;
  color: #666;
  border: 1px solid #8a0019;
}
.mailbox form {
  margin-top: 20px;
}
.mailbox font.red {
  color: #FF0000;
}
.mailbox label {
  white-space: nowrap;
  font-weight: normal;
  display: inline-block;
}
.mailbox input {
  width: 100%;
  border: 1px solid #ccc;
  border-radius: 0;
}
.mailbox textarea {
  overflow: auto;
  width: 100%;
  border: 1px solid #ccc;
}
.mailbox span.ckstr {
  position: absolute;
  right: -100px;
  top: 0;
}
.mailbox button {
  border-radius: 0;
  background: #8a0019;
  font-size: 15px;
  padding: 7px 20px;
  display: inline-block;
  color: #fff;
  border: none;
}
.mailbox button:hover {
  background: #8a0019;
}
.mailbox .box {
  display: flex;
  width: 100%;
  margin-top: 10px;
}
@media (max-width: 767px) {
  .mailbox {
    padding: 35px 10px 0 10px;
  }
  .mailbox .form-horizontal .form-group {
    margin-left: auto;
    margin-right: auto;
  }
  .mailbox .xs-top-15 {
    margin-top: 15px;
  }
  .mailbox .box {
    width: 100%;
    float: left;
    margin-top: auto;
    display: initial;
  }
  .mailbox span.ckstr {
    position: relative;
    left: 0;
  }
}
.recont {
  margin-top: 40px;
}
.recont h5 {
  font-size: 14px;
  background: #ccc;
  line-height: 30px;
  padding-left: 14px;
}
.recont table {
  border-left: 1px solid #ccc;
  border-top: 1px solid #ccc;
  line-height: 30px;
  font-size: 13px;
  margin-top: 10px;
}
.recont table td {
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  padding: 0 14px;
}
.recont table td p {
  margin-top: 0px;
  color: #ff0000;
}
/*留言分页*/
.page {
  text-align: center;
  margin: 30px 0px 30px 0;
  font-size: 13px;
  color: #e2504a;
  font-family: "宋体";
}
.page a {
  margin: 0 5px 0px 5px;
  display: inline-block;
  text-align: center;
  padding: 2px 8px;
  color: #d0d0d0;
  border-radius: 2px;
  line-height: 20px;
  border: 1px solid #d0d0d0;
}
.page .on,
.page a:hover {
  color: #fff !important;
  background: #8a0019;
  border: 1px solid #8a0019;
}

.panel {
  width:100%;
  margin: 0px auto;
  height: 40px;
}
.date {
  float:left;
  width:360px;
  color:#333333;
  font-size:12px;
  line-height:40px;
  padding-left:15px;
}
.weathera {
  float:left;
  width:300px;
  color:#333333;
  font-size:12px;
  padding-top: 7px;
  height: 30px;
}
.weathera i {
  display:inline-block;
  padding-left:10px;
  padding-right:10px;
}
.top_rt{float:right; height:40px; line-height:40px;font-size: 12px;}
.top_rt a{padding:0px 10px;cursor: pointer;display: inline-block;*display: inline;*zoom:1;}


@-webkit-keyframes moveFromBottom {
  from {
    -webkit-transform: translateY(120%) scale(0.5) ;
    opacity: 0;
  }
 to {
   -webkit-transform: translateY(0%) scale(1);
   opacity: 1;        
 }
}
@-moz-keyframes moveFromBottom {
  from {
    -moz-transform: translateY(120%) scale(0.5) ;
    opacity: 0;
  }
  to {
    -moz-transform: translateY(0%) scale(1);
    opacity: 1;        
  }
}
@-ms-keyframes moveFromBottom {
  from {
    -ms-transform: translateY(120%) scale(0.5) ;
    opacity: 0;
  }
  to {
   -ms-transform: translateY(0%) scale(1);
   opacity: 1;        
 }
}
@-o-keyframes moveFromBottom {
  from {
    -o-transform: translateY(120%) scale(0.5) ;
    opacity: 0;
  }
  to {
   -o-transform: translateY(0%) scale(1);
   opacity: 1;        
 }
}
@keyframes moveFromBottom {
  from {
    transform: translateY(120%) scale(0.5) ;
    opacity: 0;
  }
  to {
   transform: translateY(0%) scale(1);
   opacity: 1;        
 }
}

.wrap_mode02{background:url(../images/mode_bg01.jpg) no-repeat top center;background-size: 100% 100%;}
.wrap_mode02 .listTitle01{padding:15px 0;}
.wrap_mode02 .readMore a i{font-size: 14px;margin-left: 10px;}
.wrap_mode02 .lf{width: 29.1%;float: left;}
.listTitle01{padding:25px 0;line-height: 1.5;}
.readMore{float: right;font-weight: bold;}
.readMore a{color:#005bac;}
.readMore a i{margin-left: 12px;}
.listTitle01 h2{font-size: 20px;}
.listTitle01 h2 span{color:#999;font-family: 'Arial';margin-left: 8px;font-weight: normal;font-size: 16px;}
.bjtu-list03{}
.bjtu-list03 li {font-size: 16px;background-color: #fff;margin-top: 12px;border-left: 4px solid #eea200;border-radius: 5px 0 0 5px;padding:5px 15px 6px;transition: all 0.3s ease-in-out;}
.bjtu-list03 li > a{display: block;line-height: 24px;height: 48px;overflow:hidden;}
.bjtu-list05 li:first-child,.bjtu-list03 li:first-child{margin-top: 0}

.wrap_mode02 .md{width: 41.66%;float: left;}
.mode02Md{margin:0 40px;background-color: #fff;padding:0 30px;box-shadow: 4px -2px 14px rgba(0,0,0,0.1);border-radius: 0 0 5px 5px;padding-top: 10px;margin-top: -10px;position: relative;}
.mode02Md:before,.mode02Md:after{content: '';width: 0;height: 0;border-bottom: 10px solid #9bafc7;position: absolute;top: 0;}
.mode02Md:before{border-left: 10px solid transparent;left: -10px;}
.mode02Md:after{border-right: 10px solid transparent;right: -10px;}
.bjtu-new2 {letter-spacing: 0.5px;}
.bjtu-new2 h3{font-size: 16px;color:#0a62b0;line-height: 24px;height: 48px;overflow:hidden;}
.bjtu-new2 h3 a{color:#0a62b0;}
.bjtu-new2 p{line-height:20px;height: 40px;overflow:hidden;color:#666;margin-bottom: 10px;}
.bjtu-list04 {padding:0px;border-top: 1px solid #e5e5e5;}
.bjtu-list04 li{height: 47px;line-height: 47px;font-size: 16px;position: relative;padding-left: 12px;overflow:hidden;}
.bjtu-list04 li:before{content: '';width: 4px;height: 4px;background-color: #005bac;position: absolute;left: 0;top: 50%;margin:-2px 0 0;}

.wrap_mode02 .rt{width: 29.1%;float: right;}

.bjtu-list05 li{background-color: #fff;border-radius: 20px 0 20px 0;padding:5px 15px 6px 7px;overflow:hidden;margin-top: 11px;transition: all 0.3s ease-in-out;}
.bjtu-list05 li:first-child,.bjtu-list03 li:first-child{margin-top: 0}
.list-date05{width: 52px;height: 49px;border-right: 1px solid #c0c9d2;float: left;}
.list-date05 strong,.list-date05 i{display: block;font-style: italic;color:#4ba509;font-family: 'Arial' }
.list-date05 strong{font-size: 18px;font-weight: bold;padding:4px 0 5px;}
.list-date05 i{font-size: 13px;}
.bjtu-list05 li a{display: block;margin-left: 63px;height: 48px;line-height: 24px;overflow:hidden;font-size: 16px;}
.bjtu-list05 li:hover,.bjtu-list03 li:hover{box-shadow: 0 2px 5px rgba(0,0,0,0.2)}
.readMore{float: right;font-weight: bold;}
.readMore a{color:#005bac;font-size: .8rem;}
.readMore a i{margin-left: 12px;}
@media (max-width: 992px){
  .wrap_mode02 .lf{width: 100%;}
  .wrap_mode02 .md{width: 100%;}
  .wrap_mode02 .rt{width: 100%;}
  .mode02Md{
    margin-left: 0px;
    margin-right: 0px;
  }
  .bjtu-list03{margin-bottom: 40px;}
  .bjtu-list03,.bjtu-list04,.bjtu-list05{margin-bottom: 30px;}
}

#mbOverlay { position:fixed; z-index:9998; top:0; left:0; width:100%; height:100%; background-color:#000; cursor:pointer; }
/*#mbOverlay.mbOverlayFF { background:transparent url(../80.png) repeat; }*/
#mbOverlay.mbOverlayIE { position:absolute; }
#mbCenter { height:557px; position:absolute; z-index:9999; left:50%; background-color:#fff; -moz-border-radius:10px; -webkit-border-radius:10px; -moz-box-shadow:0 10px 40px rgba(0, 0, 0, 0.70); -webkit-box-shadow:0 10px 40px rgba(0, 0, 0, 0.70); }
#mbCenter.mbLoading { background:#fff url(../images/WhiteLoading.gif) no-repeat center; -moz-box-shadow:none; -webkit-box-shadow:none; }
#mbImage { left:0; top:0; font-family:Myriad, Verdana, Arial, Helvetica, sans-serif; line-height:20px; font-size:12px; color:#fff; text-align:left; background-position:center center; background-repeat:no-repeat; padding:10px; }
#mbImage a, #mbImage a:link, #mbImage a:visited { color:#ddd; }
#mbImage a:hover, #mbImage a:active { color:#fff; }
#mbBottom { min-height:20px; font-family:Myriad, Verdana, Arial, Helvetica, sans-serif; line-height:20px; font-size:12px; color:#999; text-align:left; padding:0 10px 10px; }
#mbTitle { display:inline; color:#999; font-weight:bold; line-height:20px; font-size:12px; }
/*#mbNumber { background:url(../images/mbNumber_bg.gif) no-repeat center; display:inline; color:#C00; line-height:26px; font-size:12px; position: absolute; bottom: 10px; right: 10px; text-align: center; width:65px; height:26px; }
*/#mbCaption { display:block; color:#999; line-height:14px; font-size:10px; }
#mbPrevLink, #mbNextLink, #mbCloseLink { display:block; float:right; height:20px; margin:0; outline:none; }
#mbPrevLink { width:32px; height:100px; background:transparent url(../images/CustomBlackPrevious.gif) no-repeat center; position: absolute; top:38%; left:-32px; }
#mbNextLink { width:32px; height:100px; background:transparent url(../images/CustomBlackNext.gif) no-repeat center; position: absolute; top:38%; right:-32px; }
#mbCloseLink { width:24px; background:transparent url(../images/CustomBlackClose.gif) no-repeat center; position:absolute; top:10px; right:10px; }
#mbError { position:relative; font-family:Myriad, Verdana, Arial, Helvetica, sans-serif; line-height:20px; font-size:12px; color:#fff; text-align:center; border:10px solid #700; padding:10px 10px 10px; margin:20px; -moz-border-radius:5px; -webkit-border-radius:5px; }
#mbError a, #mbError a:link, #mbError a:visited, #mbError a:hover, #mbError a:active { color:#d00; font-weight:bold; text-decoration:underline; }
.layout_default{float:left; margin:5px}
.mod_gallerylist{width:665px; margin:0 auto}
.meta{font-size:12px; text-align:center;}
.image_container img{border:1px solid #CCC; padding:2px}
.meta a{color:#333; text-decoration:none}

.bdb_1px{border-bottom: 1px solid #c8c8c8;}
.top_swiper{display: inline-block;*display: inline;*zoom:1;}

.navbar-dark .navbar-brand{color: #fff;}

/*.midnews{background: url(../images/background7.png) left top no-repeat;}*/
.left{float: left;}
.meslist{background: url(../images/meslist.png) left top no-repeat;float: left;position: relative;}
.meslist .more{display: inline-block;*display: inline;*zoom:1;position: absolute;right: 0px;top:30px;text-align:center;width:82px;height:30px;line-height:33px;font-size:12px;color: #fff;background: url(../images/more.png) left top no-repeat;}
.mesbox{width: 100%;/* height:205px; */float:left;margin-top: 80px;padding-left: 33px;}
.left1_top{ float:left; width:100%; height:75px; line-height:25px; border-bottom:1px solid #bebebe; padding-bottom:10px; margin-bottom:10px;}
.left1_top_title{ width:68%; height:25px; overflow:hidden;text-overflow:ellipsis;white-space: nowrap; font-weight:bold; color:#7b6228;display: inline-block;*display: inline;*zoom:1;font-size: 16px;}
.f_l{ float:left;}
.f_r{ float:right;}
.left1_top_cont{width:100%; height:40px; line-height:20px;overflow:hidden;font-size: 14px;}

.gg{ width:100%; height:auto; margin-top:0px; margin-left:0px;}
.gg li{ float:left; width:100%; line-height:25px; overflow:hidden; height:25px;}
.gg li .f_l{color: #6c6c6c;font-size: 12px;}
.gg li .gg_r{float:right; width:80%;line-height:25px; }
.gg li .gg_r a{display: block;width:100%;overflow:hidden; height:25px;text-overflow:ellipsis;white-space: nowrap; margin-left:15px;font-size: 14px;}
a:hover {
  text-decoration:none; color:#b06c0a;
}

.newslist{background: url(../images/newslist.png) left top no-repeat;float: left;position: relative;}
.newslist .more{display: inline-block;*display: inline;*zoom:1;position: absolute;right: 0px;top:30px;text-align:center;width:82px;height:30px;line-height:33px;font-size:12px;color: #fff;background: url(../images/more.png) left top no-repeat;}
.newslist a.more:hover{color: #f8f9fa;text-decoration: none;}

.m3{position: absolute;top:99px;left:15px;width:149px; height:112px;}
.fatbox{padding-left: 165px;}
.left2_r{width:100%; height:auto;margin-top: 50px;}
.left2_r_top{ border-bottom:1px solid #bebebe; width:100%; height:75px; overflow:hidden; padding-bottom:10px; margin-bottom:10px;}
.first_time{ float:left; width:65px; height:65px; border-right:1px solid #a0a0a0; text-align:center;}
.font1{ font-size:36px; font-weight:bold;color: #6c6c6c;line-height: 1;}
.font2{ font-size:12px;color: #6c6c6c;}
.left2_top_title{ float:right; font-weight:bold; height:25px; line-height:25px;font-size:16px;text-overflow:ellipsis;white-space: nowrap; overflow:hidden; width:70%;}
.left2_top_cont{float:right;width:70%; height:40px; line-height:20px;overflow:hidden;font-size:14px;}
.gg2{ width:100%; height:auto; margin:0px;font-size: 14px;}
.gg2 li{ float:left; width:100%; line-height:25px; overflow:hidden; height:25px; background:url(../images/10.png) left 8px no-repeat;}
.gg2 li span{ float:left; width:64%;line-height:25px; overflow:hidden; height:25px;text-overflow:ellipsis;white-space: nowrap; margin-left:15px; margin-right:15px;}

.rightall{margin-right: -15px;}
.rector h3{height: 40px;background: #3b4810;font-size: 16px;margin-top: 10px;line-height: 40px;color: #fff;padding: 0px 10px;margin-bottom: 0px;}
.rector h3 i{display: inline-block;*display: inline;*zoom:1;width: 24px;height: 24px;margin-right:3px;background: url('../images/teacher.png') center no-repeat;background-size: 100% 100%;vertical-align: middle;}
.rector h3 .tabs-option-text{font-size: 12px;color: #999;vertical-align: middle;float: right;}
.sandai{width: 100%;}

.zsks_bt{}
.zsks_btl{width:101px; border-top:3px solid #354e0f; height:42px; font-family:"微软雅黑"; font-size:20px; font-weight:bold; color:#000; line-height:42px;}
.zsks_btr{height:42px; border-top:3px solid #b3a598; font-family:"宋体"; font-size:14px; font-weight:bold; color:#b65c2a; line-height:42px; text-align:right;}


.quebox{border-radius: 10px;text-align: center;color: #fff;display: inline-block;*display: inline;*zoom:1;padding-top: 5px;width:70px;height:70px;}
.quebox p{font-size: 14px;line-height: 20px;margin:0px;}
.quebox i{width: 40px;height: 40px;display: block;margin:0px auto;}
.quebox.icon-ther{background: #669987;}
.quebox.icon-ther i{background: url(../images/teach.png) left top no-repeat;background-size: 100%;}
.quebox.icon-OA{background: #a9a279;}
.quebox.icon-OA i{background: url(../images/OA.png) left top no-repeat;background-size: 100%;}
.quebox.icon-e{background: #9d5757;}
.quebox.icon-e i{background: url(../images/e.png) left top no-repeat;background-size: 100%;}
.que-swiper{margin: 0px 15px;box-sizing: border-box;margin-bottom: 1.5rem;}
.que-swiper .swiper-slide{display: inline-block;*display: inline;*zoom:1;width: auto;}
.quest_swp .swiper-button-next,.quest_swp .swiper-button-prev{width: 15px;background-size: 15px 44px;}
.quest_swp .swiper-button-next{right: 0px}
.quest_swp .swiper-button-prev{left: 0px;}

.jxzx_zw{margin-top: 10px;margin-bottom: 0.5rem;}
.jxzx_bt{background:url(../images/module_title.jpg) 0px 0px no-repeat;height:42px;font-size: 22px;color: #fff;line-height: 42px;padding-left:  25px;}
.gqxyj_bt{margin-bottom:5px;height:19px; font-family:"宋体"; font-size:16px; font-weight:bold; color:#000; height:19px; line-height:19px; background:url(../images/biao.jpg); background-repeat:no-repeat; padding-left:15px;}
.gqxyj_bt a{color:#000;}
.gqxjh_zw .list{line-height:26px; font-size:14px; color:#666;overflow: hidden;}
.gqxjh_zw .list ul{margin: 0px;}
.gqxjh_zw .list li{background:url(../images/list02.gif) left center no-repeat; padding-left:15px;  color:#666;}
.gqxjh_zw .list li span{font-size:12px; color:#999;margin-left: 5px;}

.gkxx_zw .list{line-height:26px; font-size:14px; color:#666;}
.gkxx_zw .list ul{margin-bottom: 1.5rem;}
.gkxx_zw .list li{width:100%;background:url(../images/list02.gif) left center no-repeat;padding-left:15px;color:#434343;/*white-space: nowrap;overflow: hidden;text-overflow: ellipsis;*/box-sizing: border-box;   }  
/* overflow: hidden;    text-overflow: ellipsis;    white-space: nowrap;*/
.text-ellisp{white-space: nowrap;overflow: hidden;text-overflow: ellipsis;}

@media (max-width: 992px){
  .rightall{margin: 0px;}
}



/*增加公告*/
.home_main_one{margin: 10px auto; background-color: #eee; padding: 10px 40px 10px 130px; position: relative;}
.home_main_one .swiper5{background-color: #eee; width: 100%;}
.home_main_one .sub{position: absolute; left: 20px; top: 10px; padding-right: 10px; border-right: 2px solid #999; color: #9a7966;}
.home_main_one .swiper5 .more{position: absolute; right: 15px; top: 20px; line-height: 1.5rem;}
.home_main_one .swiper5 .swiper-slide{position: relative; font-size: 14px; line-height: 1.5rem; width: 300px;}
.home_main_one .swiper5 .swiper-slide .title7{text-overflow: ellipsis; white-space: nowrap; overflow: hidden; padding-right: 90px;}
.home_main_one .swiper5 .swiper-slide .time{position: absolute; right: 0; top: 0;}
@media screen and (max-width: 767px){
    .home_main_one .swiper5 .swiper-slide .title6{text-overflow: ellipsis; white-space: nowrap; overflow: hidden; max-width: 200px; padding-right: 0;} 
    .home_main_one .swiper5 .swiper-slide .time{display: none;}
}

.home_main_one .swiper5 .swiper-container-free-mode > .swiper-wrapper {
            -webkit-transition-timing-function: linear;
            /*之前是ease-out*/
            -moz-transition-timing-function: linear;
            -ms-transition-timing-function: linear;
            -o-transition-timing-function: linear;
            transition-timing-function: linear;
            margin: 0 auto;
        }



/**/
.swiper2{position: absolute;width: 390px; height: 264px; left: 0; background-color: #fff;}
.swiper2 .swiper-slide,.swiper2 .swiper-slide img{height: 264px;}
.swiper2 .swiper-slide span{    background-color: rgba(0,0,0,.4);}
.fatbox{padding-left: 400px;}

.gqxyj_bt{margin-top: 15px;}
.gqxjh_zw .list ul{margin-top: 10px;}
.gqxjh_zw .list li{position: relative;}
.gqxjh_zw .list li span{ position: absolute; right: 0;}
.gqxjh_zw .list li a{width: 76%;display: inline-block;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
.gqxjh_zw .list li img{ position: absolute; right: 64px; top: 7px;}


.gkxx_zw .list li{overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}


@media (max-width: 767px){
 	.newslist{float: none;}
 	.swiper2{width: 100%;position: relative;}
 	.fatbox{padding: 0;    padding-top: 50px;}
 	
}

.gg2 li{position: relative;line-height: 34px; height: auto;background-position: left center;}
.gg2 li span{line-height: 34px;height: auto;}
.gg2 li .time{ position: absolute; right: 0; color: #666;}
.gg2 li img{ position: absolute; right: 75px; top: 10px;}

@media (min-width: 768px){
	.home-main-one .column-one,.home-main-one .column-two,.home-main-one .column-three {margin-left: -15px;}
}

.gqxyj_bt{position: relative;}

.gqxyj_bt .more{display: inline-block;*display: inline;*zoom:1;position: absolute;right: 0px;top:-5px;text-align:center;width:82px;height:30px;line-height:33px;font-size:12px;color: #fff;background: url(../images/more.png) left top no-repeat;}



.home-main-one .column-three .swiper7 {
  padding: 0 3rem;
  background-color: transparent;
}
.home-main-one .column-three .swiper7 .swiper-slide {
  height: 145px;
  text-align: center;
}
.home-main-one .column-three .swiper7 .swiper-slide a {
  border: none;
}
.home-main-one .column-three .swiper7 .swiper-slide .pic {
  height: 120px;
}
.home-main-one .column-three .swiper7 .swiper-slide span {
  display: block;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  padding: 0 .5rem;
  font-size: .9rem;
}

.swiper7 {
  position: relative;
  padding: 1rem  2rem;
  background-color: #ededed;
  margin: 0px auto;
}
.swiper7 .swiper-slide {
  width: 160px;
  text-align: center;
}
.swiper7 .swiper-slide a {
  display: block;
  border: 1px solid #ccc;
}
.swiper7 .swiper-slide .pic {
  width: 160px;
  height: 60px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  margin: auto;
}
.swiper7 .swiper-container-free-mode > .swiper-wrapper {
  -webkit-transition-timing-function: linear;
  /*之前是ease-out*/
  -moz-transition-timing-function: linear;
  -ms-transition-timing-function: linear;
  -o-transition-timing-function: linear;
  transition-timing-function: linear;
  margin: 0 auto;
}